home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / SmallEiffel 0.3.3 / SmallEiffel 68k / misc / INSTALL < prev    next >
Encoding:
Text File  |  1996-06-13  |  1.1 KB  |  30 lines  |  [TEXT/EDIT]

  1. -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C) 
  2. -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
  3. --
  4.  
  5. If you have a UNIX like platform (Linux, Unix BSD, HP-UX, IRIX,
  6. XENIX, ...), simply run one of the following script : INSTALL.SH (which
  7. is written in bourne shell) or INSTALL.CSH (which is written in 
  8. c-like shell).
  9.  
  10. If you have OS2, read INSTALL.OS2 file.
  11.  
  12. -- General Installation Procedure --
  13.  
  14. -- 1 -- Put a copy of the entire SmallEiffel directory on your
  15.         hard disk, were you want.
  16.  
  17. -- 2 -- Set the environment variable "SmallEiffel" to indicate
  18.         the directory you have choose.
  19.  
  20. -- 3 -- Compile with your C ANSI Compiler all commands stored
  21.         in the SmallEiffel sub-directory "bin_c". Each command 
  22.         is splitted into various numbered C files. Put executables
  23.         files in the SmallEiffel sub-directory "bin".
  24.  
  25. -- 4 -- Add SmallEiffel sub_directory "bin" in your path.
  26.  
  27. -- 5 -- Create the file "system.se" in the sub-directory "bin".
  28.         This file must contain the name of your operating 
  29.         system (UNIX, DOS, OS2, WINDOWS, ...).
  30.